WaitModifiersêWaitModifiers all/any/useful/([cmd] [opt] [shift] [caps] [ctrl]) [pressed/released] [#duration [ticks/seconds/minutes/hours]] [quiet] [continue]QWaits until the specified modifier keys are either pressed (default) or released.all8Checks all 5 modifier keys, including the Caps Lock key.anyaChecks if any of the 5 modifier keys is pressed. This doesn’t work with the <released> parameter.useful.Checks all modifiers except the Caps Lock key.cmdChecks the Command key.optChecks the Option key.shiftChecks the Shift key.capsChecks the Caps Lock key.ctrlChecks the Control key.pressed0Waits until the modifiers are pressed (default).released'Waits until the modifiers are released. #durationuAmount of time to wait for the specified modifier keys before giving up. Time is in ticks unless otherwise specified.ticksPSpecifies one-sixtieth of a second as the time unit for the #duration parameter.seconds?Specifies seconds as the time unit for the #duration parameter.minutes?Specifies minutes as the time unit for the #duration parameter.hours=Specifies hours as the time unit for the #duration parameter.quiet<Doesn’t show an error message if the timeout period expires.continue5Doesn’t stop the macro if the timeout period expires.